/*reset*/
html, body {
	width: 100%;
	height: 100%;



}
body {
	color: #000000;
	font-family: Tahoma;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-color: #eee;
}
h1, h2, h3, h4, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 13px;
}
li {
	list-style: none;
}
a {
	font-weight: bold;
	outline: none;
	color: #16588C;
}
a:hover {
	font-weight: bold;
	outline: none;
	color: #ff0000;
}
img {
	border: none;
}
div.content img.left {
	float: left;
	margin: 0 15px 15px 0;
}
div.content img.right {
	float: right;
	margin: 0 0 15px 15px;
}
div.content p img.left,
div.content p img.right {
	margin-top: 15px;
}
table {
	border-collapse: collapse;
	/*width: 100%;*/
}
td, th, input, select, textarea {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}
input[type='radio'],
input[type='checkbox'] {
	margin: 3px 5px 0 0;
}
div.content form {
}
div.content form h4,
div.content form div {
	padding: 8px 0;
}
div.content form h4,
div.content form label {
	margin: 0 15px;
	display: block;
}
div.content form h4.form_element,
div.content form div.form_element {
	background-color: #f3f3f3;
}
div.content form label span {
	margin-bottom: 5px;
	display: block;
}
div.content form label input.textinputs,
div.content form label select,
div.content form label textarea {
	border: solid 1px #bababa;
	width: 100%;
}
div.content form label input.textinputs {
	*margin-left: -15px;
	*width: 96%;
	_margin-right: -15px;
}
div.content form label select {
	_width: 88%;
}
div.content form label textarea {
	height: 150px;
}
div.content form .button {
	margin-left: 15px;
}
div.content form .formErr {
	margin: 0 15px;
	color: black;
}
div.content form div.form_element .button {
	margin-bottom: 15px;
}
div.content p {
	margin: 0 0 10px 0;
}
/*/reset*/

/*functionals*/
.clear {
	clear: both !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	float: none !important;
	border: none !important;
}
.button {
	/*background: #fe8d00 url(/images/design/bg/orange_bg.gif) repeat-x;*/
	width: auto !important;
	color: #FFF;
	font-size: 11px;
	padding: 4px 10px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #069;
}
.button.big {
	font-weight: bold;
	font-size: 14px;
}
a.button {
	text-decoration: none;
}
input.button {
	padding: 3px 10px !important;
	border: none !important;
}
a.del {
	background: url(/images/design/icons.gif) no-repeat -11px -407px;
	padding: 0 5px;
}
.gray_block {
	border: 1px solid #dedede;
	background-color: #f3f3f3;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 10px;
	margin-bottom: 15px;
}
.front_popup {
	position: absolute;
	top: 50%;
	left: 50%;
}
.front_popup .title {
	cursor: move;
}
.front_popup .title img {
	float: right;
	margin: 10px 10px 0 0;
	cursor: pointer;
}
/*/functionals*/

#main {
	position: relative;
	width: 1260px;
	margin: 0 auto;
	_margin-left: -630px;
	_left: 50%;
	/*background-color: #FF0000;*/
}

/*head*/
#main #head {
	height: 100px;
	position: relative;
	margin-bottom: 20px;
}
#main #head #logo {
	height: 92px;
	width: 205px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #dedede;
	border-top: none;
	background: white url(/images/design/logo.gif) no-repeat center center;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#main #head div.site_info {
	margin: 0 262px 0 227px;
	padding-top: 22px;
}
#main #head div.site_info ul {
	height: 20px;
	margin-bottom: 20px;
}
#main #head div.site_info ul li {
	display: inline;
	margin-right: 18px;
}
#main #head div.site_info ul li a {
	color: #606060;
	white-space:nowrap;
}
#main #head div.site_info ul li a.help {
	color: #d31616;
	font-weight: bold;
	padding: 2px 0 2px 22px;
	background: url(/images/design/icons.gif) no-repeat -8px -7px;
}
#main #head div.work div {
	float: left;
}
#main #head div.work div p {
	margin: 0;
}
#main #head div.work div.phone {
	background: url(/images/design/icons.gif) no-repeat -2px -354px;
	color: #4e86b1;
	font-size: 22px;
	padding: 4px 27px 10px 35px;
	line-height: 17px;
}
#main #head div.work div strong {
	display: block;
	margin-bottom: 5px;
}
/*/head*/

/*menu*/
#main #top_menu {
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
	background-color: white;
	border: 1px solid #dedede;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
#main #top_menu a {
	margin: 0 10px;
	font-weight: bold;
	color: #606060;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}
/*/menu*/

/*page*/
#main #page {
	/*padding: 15px 0;
	background-color: white;
	border: 1px solid #dedede;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;*/
}

/*right*/
#main #page div.right {
	float: right;
	width: 220px;
	margin-right: 15px;
}
#main #page div.right div.infoblock {
	margin-bottom: 15px;
}
div.infoblock div.title {
	/*background: #373737 url(/images/design/bg/black_bg.gif) repeat-x;*/
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	border-top-left-radius: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-right-radius: 9px;
}
div.infoblock div.title h2 {
	line-height: 30px;
	margin: 0 18px;
	color: red;
	font-size: 15px;
}
div.infoblock div.body {
	border: 0px solid #dedede;
	border-top: none;
	/*background-color: #f3f3f3;*/
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-right-radius: 9px;
	padding-top: 1px;
}
div.infoblock div.body div.in {
	margin: 15px;
}
div.infoblock div.body ul {
	margin-bottom: 10px;
}
/*right*/

/*left*/
#main #page div.redleftmenu a {
	position: absolute;
	left: 0px;
	top: 9px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 19px;
	text-decoration: none;
}
#main #page div.redleftmenu a:hover {
	position: absolute;
	left: 0px;
	top: 9px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 19px;
	text-decoration: underline;
}
#main #page div.leftmenu a {
	position: absolute;
	left: 0px;
	top: 9px;
	color: #16588c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 19px;
	text-decoration: none;
}
#main #page div.leftmenu a:hover {
	position: absolute;
	left: 0px;
	top: 9px;
	color: #FF0000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 19px;
	text-decoration: none;
}
#main #page div.left {
	margin-left: 15px;
	width: 190px;
	float: left;
}
#main #page div.left div.cards {
	margin: 40px 0;
}
#main #page div.left div.hours strong {
	display: block;
}
/*/left*/

/*center*/
#main #page div.center {
	margin: 0 250px 0 220px;
	*width: 518px;
	_width: 512px;
}
#main #page div.center h1,
#main #page div.center h2,
#main #page div.center h3,
#main #page div.center h5,
#main #page div.center h6 {
	color: #4a89ba;
	margin-bottom: 10px;
}

#main #page .content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:1px;
	color: #4a89ba;
}
#main #page div.center form h4 {
	margin-left:1px;
	margin-bottom: 2px;
	color: #4a89ba;
	margin-top: 2px;
}
#main #page div.center h1 {
	font-size: 22px;
	font-weight: normal;
}
#main #page div.center h2 {
	font-size: 18px;
	font-weight: normal;
}
#main #page div.center h3 {
	font-size: 14px;
}
#main #page div.center h4,
#main #page div.center h5,
#main #page div.center h6 {
	font-size: 13px;
}
#main #page div.center h1.best {
	background: #fe8d00 url(/images/design/bg/orange_bg.gif) repeat-x;
	line-height: 31px;
	padding: 11px 18px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 20px 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
#main #page div.name h1 {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 30px;
}
#main #page div.center div.content {
	width: 100%;
	float: left;
}
/*content*/
#main #page div.center div.content div.tabs {
	height: 25px;
}
#main #page div.center div.content div.tabs div {
	float: left;
	margin-right: 3px;
	background-color: #dedede;
	line-height: 25px;
	padding: 0 10px;
	cursor: pointer;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#main #page div.center div.content div.tabs div.act {
	background-color: #f3f3f3;
}
#main #page div.center div.content div.con_tabs {
	background-color: #f3f3f3;
}
#main #page div.center table.blue {
	border-top: solid 1px #d5e9f9;
	margin-bottom: 15px;
}
#main #page div.center table.blue th,
#main #page div.center table.blue td {
	height: 30px;
	padding: 0 5px;
}
#main #page div.center table.blue thead th {
	border-bottom: solid 1px #b7d3e9;
	background: url(/images/design/bg/blue_head.gif) repeat-x;
}
#main #page div.center table.blue tbody td {
	background-color: #f5fafe;
	border-bottom: solid 1px #d9e7f1;
	text-align: center;
}
#main #page div.center table.blue tfoot td {
	background-color: #d5e9f9;
	border-bottom: solid 1px #b7d3e9;
	font-weight: bold;
}
#main #page div.center table.blue thead th.name,
#main #page div.center table.blue tbody td.name {
	text-align: left;
}
#main #page div.center table.blue td.separate {
	background-color: #d5e9f9;
	height: 15px;
}
#main #page div.center table.blue tbody td input {
	border: solid 1px #bababa;
	width: 30px;
}
#main #page div.center table.blue tbody td a.del {
	position: relative;
	height: 11px;
	zoom: 1;
}
#main #page div.center span#captcha_reset {
	color: #4a8aba;
	cursor: pointer;
	border-bottom: 1px dashed;
	display: inline;
	line-height: 20px;
}
/*/content*/

/*/center*/

/*/page*/

/*foot*/
#main #foot {
	padding: 40px 20px;
}
#main #foot div.links {
	float: right;
}
#main #foot div.links a {
	margin-left: 10px;
	color: #606060;
}
#main #foot div.copyright {
	color: #898989;
}
/*********************************/

.plusone {
	float:right;
	height:23px;
	padding-top:5px
}

.social {
padding-top: 10px
}
		.social .social_button {
			margin-top:10px;
			float:left;
			display:inline;
			height:25px;
			margin-right:4px;
		}
		/*twitter*/
		.social .twitter-share-button {
			padding-top: 1px;
		}
		/*mailru*/
		.social .mailru {
			padding-top: 2px;
		}
		/*facebook*/
		.social #fb_share {
		margin-left:0px;
		}
		.social .FBConnectButton_Small, .FBConnectButton_RTL_Small {
			background-position:left -210px;
			line-height:14px;
		}
		.social .FBConnectButton_Small .FBConnectButton_Text {
			margin-left: 0px;
		}
		/*google-buzz*/
		.social .google-buzz-button{

			border:1px solid red;

			margin:0;
			padding:0;
		}
		/*odnoklassniki*/
		.social .odkl-klass {
		margin-left:0px;
		}
		/*vkontakte*/
		.social #vkshare0 {
			margin-top:1px;
		}
		a.google-buzz-button .buzz-small-2 {
		line-height:19px !important;
		}
.social .odkl-klass,
.odkl-klass{
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	vertical-align:middle;
	overflow:hidden;
	text-indent:-3000px;
	zoom:1;
	*text-indent:0;
	*font:0/0 Arial;
}
.odkl-klass{
	width:16px;
    height:16px;
	background:#f93 url(/images/odklsmall.gif) no-repeat;
}
.odkl-klass-s {
	width:16px;
    height:16px;
    background:#f93 url(/images/odklsmall.gif) no-repeat;
}
.odkl-klass:hover, .odkl-klass-stat:hover{background-color:#ee8833;}
.odkl-klass-stat {
    background:#f93 url(/images/odkl_klass_stat.gif) no-repeat;
    border-style: none;
	font: normal 17px arial;
	overflow:hidden;
    padding-bottom:1px;
    padding-left: 70px;
    padding-top:1px;
    text-decoration: none;
	*padding:0 0 0 70px;
	zoom:1;
}
.odkl-klass-stat SPAN{
/*.counter*/
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CC6633;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CC6633;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC6633;


    text-decoration: none;
    padding: 0 5px;
    text-align: center;
    font: normal 17px arial;
    color: #cc6633;
    background:white !important;
    zoom:1;
}
/****** genprok47******/
.notice_mp {
    height: 200px;
    margin-bottom: 50px;
    /*margin-top: 25px;*/
    width: 734px;
	background-image: url(../../images/design/work/tizer_fon.png);
	background-repeat: no-repeat;
}
/*.notice_mp .title {
    font-family: "Arial Narrow",Helvetica,sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    padding-bottom: 11px;
    text-transform: uppercase;
}*/
.notice_mp ul {
   /* background: url("/img/notice_bg2.gif") repeat-x scroll left top transparent;*/
    font: 12px Arial,Helvetica,sans-serif;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.notice_mp li {
    display: block;
    height: 36px;
    list-style: none outside none;
    overflow: hidden;
    padding: 16px 22px 15px 300px;
}
.notice_mp li a {
    /*color: #000000;*/
	color: #16588C;
    text-decoration: underline;
}
.notice_mp li a:hover {
    /*color: #000000;*/
	color: #ff0000;
    text-decoration: underline;
}
.notice_mp li a.arr {
    /*color: #2B6A9A;*/
	color: #16588C;
    font-size: 14px;
    text-decoration: none;
}
.notice_mp li a.arr:visited {
    /*color: #2B6A9A;*/
	color: #16588C;
}
.notice_mp li img {
    display: none;
}
.notice_mp li.current {
	color: #16588C;
	background-image: url(../../images/design/work/polosa.png);
	background-repeat: no-repeat;
	/*color: #FFFFFF;*/

	/*background-color: #19598B;*/
	background-position: 280px;
}
.notice_mp li.current img.img {
	display: block;
	height: 200px;
	left: 0;
	position: absolute;
	top: 0;
	width: 280px;
}
.notice_mp li.current span {
    display: block;
    height: 0;
    position: relative;
}
/*.notice_mp li.current img.bg {
    display: block;
    height: 67px;
    left: 0px;
    position: absolute;
    top: -17px;
    width: 420px;
}*/
.notice_mp li.current a {
	color: #16588C;
    /*color: #FFFFFF;*/
    text-decoration: underline;

}
.notice_mp li.current a:hover {
	color: #ff0000;
    /*color: #FFFFFF;*/
    text-decoration: underline;

}
.notice_mp li.current a.arr {
	color: #16588C;
	/*color: #FFFFFF;*/
    font-size: 14px;
	text-decoration: none;
}
.notice_mp li.current a.arr:visited {
	color: #16588C;
	 font-size: 14px;
	text-decoration: none;

    /*color: #FFFFFF;*/
}

.right-column,
.calend-container,
.calend-bug-calend-days,
.calend-bug-calend-month,
.btn-calend-container
{
	display: none;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}
.block{display:block}.hidden{display:none}.box{overflow:hidden}.auto{overflow:auto}.abs{position:absolute}.rel{position:relative}.c{margin:0 auto}.fl{float:left}.fr{float:right}.cl{clear:left}.cr{clear:right}.cb{clear:both;line-height:1px}.cp{cursor:pointer}.icon{background-repeat:no-repeat;background-position:left center}.uc{text-transform:uppercase}.lc{text-transform:lowercase}.cap{text-transform:capitalize}.tl{text-align:left}.tr{text-align:right}.tc{text-align:center}.tj{text-align:justify}.vt{vertical-align:top}.vm{vertical-align:middle}.vb{vertical-align:bottom}.dbg{background:#f70;opacity:.25}.b{font-weight:bold}.i{font-style:italic}.u{text-decoration:underline}.nobr{white-space:nowrap}.dotted{text-decoration:none;border-bottom:1px dotted}.dashed{text-decoration:none;border-bottom:1px dashed}
.i5{text-indent:5px}.i10{text-indent:10px}.i15{text-indent:15px}.i20{text-indent:20px}.i25{text-indent:25px}.f8{font-size:8px}.f9{font-size:9px}.f10{font-size:10px}.f11{font-size:11px}.f12{font-size:12px}.f13{font-size:13px}.f14{font-size:14px}.f15{font-size:15px}.f16{font-size:16px}.f17{font-size:17px}.f18{font-size:18px}.f19{font-size:19px}.f20{font-size:20px}.f21{font-size:21px}.f22{font-size:22px}.f23{font-size:23px}.f24{font-size:24px}.f25{font-size:25px}.f30{font-size:30px}.f32{font-size:32px}.f35{font-size:35px}
.w5p{width:5%}.w10p{width:10%}.w15p{width:15%}.w20p{width:20%}.w25p{width:25%}.w30p{width:30%}.w35p{width:35%}.w40p{width:40%}.w45p{width:45%}.w50p{width:50%}.w55p{width:55%}.w60p{width:60%}.w65p{width:65%}.w70p{width:70%}.w75p{width:75%}.w80p{width:80%}.w85p{width:85%}.w90p{width:90%}.w95p{width:95%}.w100p{width:100%}
.w5{width:5px}.w10{width:10px}.w15{width:15px}.w20{width:20px}.w25{width:25px}.w30{width:30px}.w35{width:35px}.w40{width:40px}.w45{width:45px}.w50{width:50px}.w55{width:55px}.w60{width:70px}.w65{width:75px}.w70{width:70px}.w75{width:75px}.w80{width:80px}.w85{width:85px}.w90{width:90px}.w95{width:95px}.w100{width:100px}.w125{width:125px}.w150{width:150px}.w175{width:175px}.w200{width:200px}.w225{width:225px}.w250{width:250px}.w300{width:300px}.w350{width:350px}.w400{width:400px}.w450{width:450px}.w500{width:500px}.w600{width:600px}.w650{width:650px}.w700{width:700px}.w750{width:750px}.w800{width:800px}.w900{width:900px}.w1000{width:1000px}
.h100p{height:100%}.h5{height:5px}.h10{height:10px}.h15{height:15px}.h20{height:20px}.h25{height:25px}.h30{height:30px}.h40{height:40px}.h50{height:50px}.h75{height:75px}.h100{height:100px}.h150{height:150px}.h200{height:200px}.h250{height:250px}.h300{height:300px}.h400{height:400px}
.p2{padding:2px}.p2t{padding-top:2px}.p2l{padding-left:2px}.p2r{padding-right:2px}.p2b{padding-bottom:2px}.p5{padding:5px}.p5t{padding-top:5px}.p5l{padding-left:5px}.p5r{padding-right:5px}.p5b{padding-bottom:5px}.p10{padding:10px}.p10t{padding-top:10px}.p10l{padding-left:10px}.p10r{padding-right:10px}.p10b{padding-bottom:10px}.p15{padding:15px}.p15t{padding-top:15px}.p15l{padding-left:13px}.p15r{padding-right:15px}.p15b{padding-bottom:15px}.p20{padding:20px}.p20t{padding-top:20px}.p20l{padding-left:20px}.p20r{padding-right:20px}.p20b{padding-bottom:20px}.p25{padding:25px}.p25t{padding-top:25px}.p25l{padding-left:25px}.p25r{padding-right:25px}.p25b{padding-bottom:25px}
.m2{margin:2px}.m2t{margin-top:2px}.m2l{margin-left:2px}.m2r{margin-right:2px}.m2b{margin-bottom:2px}.m5{margin:5px}.m5t{margin-top:5px}.m5l{margin-left:5px}.m5r{margin-right:5px}.m5b{margin-bottom:5px}.m10{margin:10px}.m10t{margin-top:10px}.m10l{margin-left:10px}.m10r{margin-right:10px}.m10b{margin-bottom:10px}.m15{margin:15px}.m15t{margin-top:15px}.m15l{margin-left:15px}.m15r{margin-right:15px}.m15b{margin-bottom:15px}.m20{margin:20px}.m20t{margin-top:20px}.m20l{margin-left:20px}.m20r{margin-right:20px}.m20b{margin-bottom:20px}.m25{margin:25px}.m25t{margin-top:25px}.m25l{margin-left:25px}.m25r{margin-right:25px}.m25b{margin-bottom:25px}

.w130 { width: 130px; }
.w140 { width: 140px; }
.w150 { width: 150px; }



.list li:after,
.box:after {
	clear: both;
}
.list li:before,
.list li:after,
.box:before,
.box:after {
	display: table;
	line-height: 0;
	content: "";
}
.list li,
.box {
	*zoom: 1;
}

.list li img {
	width: 190px;
}

#rotator2 {
	padding: 10px 15px;
}

.memo.fl {
	color: red;
	font-weight: bold;
}

#one_news h2 {
	font-size: medium;
	color: #16588C;
}

#reception_form {
	background: #f3f3f3;
	padding: 1em;
	font-size: 10pt;
}

#reception_form label {
	padding: 0;
	margin: 0;
}

#reception_form div {
	padding: 0;
}

#reception_form label span {
	color: red;
	display: inline
}

#reception_form button {
	padding: 0.5em 1em;
	font-size: 10pt;
}

#cap { vertical-align: middle; }

.rotator {
	position: relative;
	border: 1px solid #999;
	box-shadow: 0 0 5px #ddd;
	width: 697px;
	margin-bottom: 30px;
}

.rotator ul {
	position: absolute;
	width: 353px;
	right: 0;
	top: 0;
	z-index: 1100;
}

.rotator li {
	padding: 0 10px 0 30px !important;
	width: 313px;
	height: 80px;
	background: url('/images/design/li.png') 100% 0 no-repeat;
	margin: 0;
	border: none !important;
	overflow: hidden;
}
.rotator li a {
	display: block;
	padding: 11px 0;
	text-decoration: none;
}

.rotator .current {
	background: url('/images/design/current.png') 100% 0 no-repeat;
}

.rotator .image {
	width: 360px;
	height: 240px;
	overflow: hidden;
	display: block;
	position: relative;
}


.rotator .image .info {
	position: absolute;
	width: 340px;
	display: block;
	color: white;
	padding: 8px 10px;
	bottom: 0;
	left: 0;
	background: rgba(61,94,140,.8);
	font-size: 11px;
	font-family: Tahoma;
}

.rotator .image .info a {
	float: right;
	color: white;
	font-weight: bold;
}

.rotator .image .info a:hover {
	text-decoration: none;
}

.pagination .page {
	float: left;
}

.pagination .page + .page {
	margin-left: 1em;
}

.pagination a, .pagination span {
	padding: 0.5em
}

.pagination a {
	cursor: pointer;
}

.pagination .current {
	font-weight: bold;
	color: red;
}

.red { color: red }
.blue-head { color: #16588C; font-size: medium; }